SpreadsheetGear 2023
WorkbookPrintDocument Constructor(ICollection<IPrintable>,Size)


SpreadsheetGear.Windows.Printing Namespace > WorkbookPrintDocument Class > WorkbookPrintDocument Constructor : WorkbookPrintDocument Constructor(ICollection<IPrintable>,Size)
Syntax
'Declaration
 
<System.Security.SecuritySafeCriticalAttribute()>
Public Function New( _
   ByVal printables As System.Collections.Generic.ICollection(Of IPrintable), _
   ByVal pageSize As System.Windows.Size _
)
'Usage
 
Dim printables As System.Collections.Generic.ICollection(Of IPrintable)
Dim pageSize As System.Windows.Size
 
Dim instance As New WorkbookPrintDocument(printables, pageSize)
[System.Security.SecuritySafeCritical()]
public WorkbookPrintDocument( 
   System.Collections.Generic.ICollection<IPrintable> printables,
   System.Windows.Size pageSize
)

Parameters

printables
pageSize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookPrintDocument Class
WorkbookPrintDocument Members
Overload List